home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk2 / showanim / showanim.doc < prev    next >
Text File  |  1995-03-18  |  2KB  |  52 lines

  1. These files are freely distributable.  Copyright 1987 Aegis Development Inc.,
  2. Sparta Inc., and Allen Hastings.
  3.  
  4.  
  5. For more information contact:
  6.     
  7.     Aegis Development Inc.
  8.     2115 Pico Blvd.
  9.     Santa Monica, CA 90405
  10.     (213) 392-9972
  11.  
  12.  
  13.  
  14.     ShowANIM     A program for the playing of ANIM files.
  15.                  The usage for this program is simply:
  16.  
  17.                          ShowANIM filename
  18.  
  19.                  which will load the specified ANIM file into memory
  20.                  and play it one time.
  21.  
  22.                  There are also three switches which can be used:
  23.  
  24.                       -l   loop mode - will replay the animation
  25.                            over and over from the start.  Execution
  26.                            can be terminated with a CONTROL C.
  27.  
  28.                       -c   continuous play mode - this is similar to
  29.                            -l above except ShowANIM assumes you have a
  30.                            two frame overlap at the end of the ANIM file
  31.                            (the last two frames are IDENTICAL to the
  32.                            first two).  Given this requirement, ShowANIM
  33.                            can play the animation over and over in a
  34.                            continuous fashion.
  35.  
  36.                       +nn  where nn is a two digit number indicating the
  37.                            number of vertical blanks (1/60 sec jiffies)
  38.                            for each frame.  ShowANIM will assure that at
  39.                            least this number of vertical blanks will 
  40.                            occur between frames.  e.g. a +6 will produce
  41.                            a 10 frame/second animation provided ShowANIM
  42.                            can reconstruct the frames that fast.  This
  43.                            will override the reltime parameter on the
  44.                            ANHD chunks on the ANIM file.
  45.  
  46.                  For example, to show the redbaron.anim file continuously
  47.                  at 30 frames per second, enter:
  48.  
  49.                         ShowANIM -c +2 R_Baron.anim
  50.  
  51.  
  52.